Broadway: Send configure notify on move/resize too
authorAlexander Larsson <alexl@redhat.com>
Thu, 28 Mar 2019 09:13:16 +0000 (10:13 +0100)
committerAlexander Larsson <alexl@redhat.com>
Fri, 29 Mar 2019 13:30:13 +0000 (14:30 +0100)
gdk/broadway/broadway.js

index ae3d912ea65b0141f1015f4d21a8bc5f3e31eba1..96ed67ce4f9178fda5544de0a500dc6a21d20c77 100644 (file)
@@ -976,6 +976,7 @@ function handleCommands(cmd, display_commands, new_textures, modified_trees)
                 display_commands.push([DISPLAY_OP_RESIZE_NODE, surface.div, surface.width, surface.height]);
 
             }
+            sendConfigureNotify(surface);
             break;
 
         case BROADWAY_OP_RAISE_SURFACE: